'Declaration
Public Function New( _ ByVal objectArray() As Object _ )
'Usage
Dim objectArray() As Object Dim instance As New ElasticVector(objectArray)
public ElasticVector( object[] objectArray )
public: ElasticVector( array<Object^>^ objectArray )
Parameters
- objectArray
- The array object to be used by the elastic vector.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value can be
null
(Nothing
in Visual Basic).